home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / winmac32 / srmain.dfm / srmain.txt
Text File  |  1996-09-15  |  25KB  |  1,154 lines

  1. object SuperRecorder: TSuperRecorder
  2.   Left = -4
  3.   Top = -4
  4.   Width = 648
  5.   Height = 488
  6.   Caption = 'Super Recorder.  Copyright (c) 1996 by Ken Henderson.'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   WindowState = wsMaximized
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label2: TLabel
  19.     Left = 229
  20.     Top = 0
  21.     Width = 347
  22.     Height = 16
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Installed macros'
  26.   end
  27.   object RecordKeyMsg: TLabel
  28.     Left = -1
  29.     Top = 409
  30.     Width = 97
  31.     Height = 16
  32.     Caption = 'Toggle record: '
  33.   end
  34.   object ScrapMacroKeyMsg: TLabel
  35.     Left = 229
  36.     Top = 425
  37.     Width = 89
  38.     Height = 16
  39.     Caption = 'Scrap macro: '
  40.   end
  41.   object CancelKeyMsg: TLabel
  42.     Left = -1
  43.     Top = 425
  44.     Width = 79
  45.     Height = 16
  46.     Caption = 'Cancel key: '
  47.   end
  48.   object PauseKeyMsg: TLabel
  49.     Left = 230
  50.     Top = 409
  51.     Width = 76
  52.     Height = 16
  53.     Caption = 'Pause key: '
  54.   end
  55.   object gbGlobalSettings: TGroupBox
  56.     Left = -1
  57.     Top = 5
  58.     Width = 228
  59.     Height = 356
  60.     Caption = 'Global macro settings'
  61.     Color = clBtnFace
  62.     ParentColor = False
  63.     TabOrder = 1
  64.     object gbMouseRelevant: TGroupBox
  65.       Left = 2
  66.       Top = 145
  67.       Width = 224
  68.       Height = 80
  69.       Caption = 'Record mouse relevant to:'
  70.       TabOrder = 3
  71.       object MousePointer: TRadioButton
  72.         Left = 8
  73.         Top = 16
  74.         Width = 121
  75.         Height = 17
  76.         Caption = 'Pointer'
  77.         TabOrder = 0
  78.         OnClick = MousePointerClick
  79.       end
  80.       object MouseWindow: TRadioButton
  81.         Left = 8
  82.         Top = 37
  83.         Width = 121
  84.         Height = 17
  85.         Caption = 'Window'
  86.         TabOrder = 1
  87.         OnClick = MouseWindowClick
  88.       end
  89.       object MouseScreen: TRadioButton
  90.         Left = 8
  91.         Top = 57
  92.         Width = 121
  93.         Height = 17
  94.         Caption = 'Screen'
  95.         TabOrder = 2
  96.         OnClick = MouseScreenClick
  97.       end
  98.     end
  99.     object CancelCheck: TCheckBox
  100.       Left = 4
  101.       Top = 103
  102.       Width = 213
  103.       Height = 17
  104.       TabStop = False
  105.       Caption = 'Stop when Cancel is pressed'
  106.       TabOrder = 2
  107.       OnClick = CancelCheckClick
  108.     end
  109.     object FastPlay: TCheckBox
  110.       Left = 5
  111.       Top = 28
  112.       Width = 212
  113.       Height = 17
  114.       TabStop = False
  115.       Caption = 'Playback as fast as possible'
  116.       Color = clBtnFace
  117.       ParentColor = False
  118.       TabOrder = 0
  119.       OnClick = FastPlayClick
  120.     end
  121.     object SysWide: TCheckBox
  122.       Left = 5
  123.       Top = 66
  124.       Width = 200
  125.       Height = 17
  126.       TabStop = False
  127.       Caption = 'Create system-wide macros'
  128.       Color = clBtnFace
  129.       ParentColor = False
  130.       TabOrder = 1
  131.       OnClick = SysWideClick
  132.     end
  133.     object gbMouseMessages: TGroupBox
  134.       Left = 2
  135.       Top = 229
  136.       Width = 224
  137.       Height = 81
  138.       Caption = 'Include these mouse messages:'
  139.       Color = clBtnFace
  140.       ParentColor = False
  141.       TabOrder = 4
  142.       object MouseNone: TRadioButton
  143.         Left = 8
  144.         Top = 18
  145.         Width = 121
  146.         Height = 17
  147.         Caption = 'None'
  148.         Color = clBtnFace
  149.         ParentColor = False
  150.         TabOrder = 0
  151.         OnClick = MouseNoneClick
  152.       end
  153.       object MouseClicks: TRadioButton
  154.         Left = 8
  155.         Top = 38
  156.         Width = 128
  157.         Height = 17
  158.         Caption = 'Clicks and drags'
  159.         TabOrder = 1
  160.         OnClick = MouseClicksClick
  161.       end
  162.       object MouseEverything: TRadioButton
  163.         Left = 8
  164.         Top = 59
  165.         Width = 121
  166.         Height = 17
  167.         Caption = 'Everything'
  168.         TabOrder = 2
  169.         OnClick = MouseEverythingClick
  170.       end
  171.     end
  172.     object btApply: TButton
  173.       Left = 20
  174.       Top = 317
  175.       Width = 189
  176.       Height = 33
  177.       Caption = '&Apply (lose macros)'
  178.       TabOrder = 5
  179.       TabStop = False
  180.       OnClick = btApplyClick
  181.     end
  182.   end
  183.   object SaveBtn: TButton
  184.     Left = 579
  185.     Top = 22
  186.     Width = 56
  187.     Height = 26
  188.     Caption = '&Save'
  189.     TabOrder = 4
  190.     TabStop = False
  191.     OnClick = SaveBtnClick
  192.   end
  193.   object LoadBtn: TButton
  194.     Left = 579
  195.     Top = 54
  196.     Width = 56
  197.     Height = 26
  198.     Caption = '&Load'
  199.     TabOrder = 5
  200.     TabStop = False
  201.     OnClick = LoadBtnClick
  202.   end
  203.   object Merge: TCheckBox
  204.     Left = 579
  205.     Top = 85
  206.     Width = 59
  207.     Height = 17
  208.     TabStop = False
  209.     Caption = 'Merge'
  210.     State = cbChecked
  211.     TabOrder = 6
  212.   end
  213.   object Memo1: TMemo
  214.     Left = 229
  215.     Top = 269
  216.     Width = 410
  217.     Height = 92
  218.     Color = clAqua
  219.     Lines.Strings = (
  220.       'Typing Area')
  221.     TabOrder = 0
  222.   end
  223.   object DeleteBtn: TButton
  224.     Left = 229
  225.     Top = 135
  226.     Width = 347
  227.     Height = 17
  228.     Caption = '&Delete'
  229.     TabOrder = 7
  230.     OnClick = DeleteBtnClick
  231.   end
  232.   object btSendKeys: TButton
  233.     Left = 229
  234.     Top = 225
  235.     Width = 410
  236.     Height = 19
  237.     Caption = 'SendKeys: click here to send the text below to the Typing Area'
  238.     TabOrder = 8
  239.     OnClick = btSendKeysClick
  240.   end
  241.   object edSendKeys: TEdit
  242.     Left = 229
  243.     Top = 244
  244.     Width = 410
  245.     Height = 24
  246.     TabOrder = 9
  247.     Text = '~+written by +henderson{left 10} +ken{end}'
  248.   end
  249.   object btAppActivate: TButton
  250.     Left = 0
  251.     Top = 362
  252.     Width = 439
  253.     Height = 19
  254.     Caption = 'AppActivate:  click here to switch to the window named below'
  255.     TabOrder = 10
  256.     OnClick = btAppActivateClick
  257.   end
  258.   object gbToggles: TGroupBox
  259.     Left = 448
  260.     Top = 361
  261.     Width = 93
  262.     Height = 79
  263.     Caption = 'Toggles'
  264.     TabOrder = 12
  265.     object CapsLockButton: TButton
  266.       Left = 4
  267.       Top = 17
  268.       Width = 83
  269.       Height = 20
  270.       Caption = 'Caps'
  271.       TabOrder = 0
  272.       OnClick = CapsLockButtonClick
  273.     end
  274.     object NumlockButton: TButton
  275.       Left = 4
  276.       Top = 37
  277.       Width = 83
  278.       Height = 20
  279.       Caption = 'Num'
  280.       TabOrder = 1
  281.       OnClick = NumlockButtonClick
  282.     end
  283.     object ScrollLockButton: TButton
  284.       Left = 4
  285.       Top = 57
  286.       Width = 83
  287.       Height = 20
  288.       Caption = 'Scroll'
  289.       TabOrder = 2
  290.       OnClick = ScrollLockButtonClick
  291.     end
  292.   end
  293.   object edAppActivate: TEdit
  294.     Left = -1
  295.     Top = 382
  296.     Width = 439
  297.     Height = 24
  298.     TabStop = False
  299.     TabOrder = 11
  300.     Text = 'Calculator'
  301.   end
  302.   object StringGrid1: TStringGrid
  303.     Left = 229
  304.     Top = 13
  305.     Width = 347
  306.     Height = 123
  307.     ColCount = 2
  308.     DefaultColWidth = 128
  309.     DefaultRowHeight = 15
  310.     FixedCols = 0
  311.     RowCount = 2
  312.     Font.Color = clBlack
  313.     Font.Height = -11
  314.     Font.Name = 'Arial'
  315.     Font.Style = []
  316.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goRowSelect, goThumbTracking]
  317.     ParentFont = False
  318.     TabOrder = 3
  319.     ColWidths = (
  320.       114
  321.       225)
  322.   end
  323.   object gbNewMacro: TGroupBox
  324.     Left = 230
  325.     Top = 156
  326.     Width = 401
  327.     Height = 67
  328.     Caption = 'New macro'
  329.     TabOrder = 2
  330.     object Label7: TLabel
  331.       Left = 5
  332.       Top = 41
  333.       Width = 38
  334.       Height = 16
  335.       Caption = 'Name'
  336.     end
  337.     object Label8: TLabel
  338.       Left = 8
  339.       Top = 17
  340.       Width = 25
  341.       Height = 16
  342.       Caption = 'Key'
  343.     end
  344.     object MacroKeyComboBox1: TMacroKeyComboBox
  345.       Left = 46
  346.       Top = 14
  347.       Width = 197
  348.       Height = 24
  349.       ItemHeight = 16
  350.       Items.Strings = (
  351.         'LButton'
  352.         'Ctrl+LButton'
  353.         'Alt+LButton'
  354.         'Shift+LButton'
  355.         'Ctrl+Shift+LButton'
  356.         'Ctrl+Alt+LButton'
  357.         'Alt+Shift+LButton'
  358.         'Ctrl+Alt+Shift+LButton'
  359.         'RButton'
  360.         'Ctrl+RButton'
  361.         'Alt+RButton'
  362.         'Shift+RButton'
  363.         'Ctrl+Shift+RButton'
  364.         'Ctrl+Alt+RButton'
  365.         'Alt+Shift+RButton'
  366.         'Ctrl+Alt+Shift+RButton'
  367.         'Cancel'
  368.         'Ctrl+Cancel'
  369.         'Alt+Cancel'
  370.         'Shift+Cancel'
  371.         'Ctrl+Shift+Cancel'
  372.         'Ctrl+Alt+Cancel'
  373.         'Alt+Shift+Cancel'
  374.         'Ctrl+Alt+Shift+Cancel'
  375.         'MButton'
  376.         'Ctrl+MButton'
  377.         'Alt+MButton'
  378.         'Shift+MButton'
  379.         'Ctrl+Shift+MButton'
  380.         'Ctrl+Alt+MButton'
  381.         'Alt+Shift+MButton'
  382.         'Ctrl+Alt+Shift+MButton'
  383.         'Back